Js Accessible Types
class JsAccessibleTypes
A registry of types that are accessible from JavaScript
.
It can be used to grant access to the types that cannot be made accessible for JavaScript via the JsAccessible annotation, such as core Java classes.
The rules for making a type accessible from JavaScript are just the same as for the JsAccessible
annotation.
This class does not include the types that are made accessible from JavaScript via the JsAccessible
annotation. The methods of this class cannot be used to add, remove, or check accessibility for a type annotated with the JsAccessible
annotation.
Since
7.20